home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209s.zip / octave-2.09 / libs / readline / cursor.h < prev    next >
Text File  |  1995-03-26  |  100b  |  6 lines

  1. #define _NOCURSOR 0
  2. #define _SOLIDCURSOR 1
  3. #define _NORMALCURSOR 2
  4.  
  5. void _setcursortype (int);
  6.